home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / qedit139.arc / Q.HLP < prev    next >
Text File  |  1988-01-18  |  6KB  |  127 lines

  1. ---- Cursor movement commands -----------------
  2. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  3.  BottomOfScreen         ^end
  4.  CursorDown             down arrow
  5.  CursorLeft             left arrow
  6.  CursorRight            right arrow
  7.  CursorUp               up arrow
  8.  EndOfLine              end key
  9.  FirstOfLine            home key
  10.  NewLine                ---
  11.  Return                 enter or return key
  12.  TopOfScreen            ^home
  13.  TopLeftOfScreen        ---
  14.  WordLeft               ^left arrow
  15.  WordRight              ^right arrow
  16.  
  17. ---- Scroll (move screen) commands ------------
  18. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  19.  BottomOffile           ^pgdn
  20.  HalfPgDn               ---
  21.  HalfPgUp               ---
  22.  JumpToLine             ^j
  23.  MakeCtrOfScreen        ^f5
  24.  MakeTopOfScreen        f5
  25.  PgDn                   pgdn
  26.  PgUp                   pgup
  27.  ScrollDown             ^z
  28.  ScrollLeft             alt-f5        scrolls the screen left
  29.  ScrollRight            alt-f6        scrolls the screen right
  30.  ScrollUp               ^w
  31.  TopOfFile              ^pgup
  32.  
  33. ---- Delete and Insert commands ---------------
  34. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  35.  AddLine                f2            adds an empty line after the cursor
  36.  BackSpace              backspace
  37.  DeleteChar             del key
  38.  DeleteLeftWord         ^backspace
  39.  DeleteLine             ^y
  40.  DeleteRightWord        ^t
  41.  DeleteToEOL            f6
  42.  DupLine                f4            duplicates the cursor line
  43.  GetPrev                ^-            duplicates the character above cursor
  44.  InsertLine             alt-f2
  45.  JoinLine               alt-j
  46.  SplitLine              ^n
  47.  TabLeft                shift-tab
  48.  TABRight               tab
  49.  
  50. ---- Find and Replace commands ----------------
  51. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  52.  Find                   ^qf
  53.  Replace                ^qa
  54.  RepLastFindOrRepl      ^l
  55.  
  56. ---- File commands ----------------------------
  57. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  58.  Abort                  ---           quits current file without warning
  59.  EditFile               ^ke           edits a file
  60.  Exit                   ^kd           quits a file, queries if changed
  61.  FileidChange           ^kf           changes file name
  62.  FileToMain             ---           saves a file, then quits it
  63.  FileToSystem           ^kx           saves a file, then quits it
  64.  GExit                  alt-x         issues exit for all files
  65.  GFile                  alt-f10       saves all changed files, then quits
  66.  KillFile               ^kz           erases the edited file from disk
  67.  NextFile               ^kn           makes the next file in ring current
  68.  pGExit                 ---           ask's before executing GExit
  69.  PQuitToMain            f3            quits the current file
  70.  PQuitToSystem          ^kq           quits the current file
  71.  PrevFile               ^kp           makes the prev file in ring current
  72.  ReadFile               ^kr           inserts the specified file
  73.  SaveFile               ^ks           saves current file
  74.  
  75. ---- Block commands ---------------------------
  76. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  77.  CopyBlock              alt-c
  78.  GroupDelete            alt-g         deletes a marked block
  79.  MarkLine               alt-l         marks the first or last line of a block
  80.  MoveBlock              alt-m
  81.  ShiftLeft              shift-f7      shifts a marked block 1 position left
  82.  ShiftRight             shift-f8      shifts a marked block 1 position right
  83.  UnMarkBlock            alt-u
  84.  WriteBlock             ^kw           writes the marked block to disk
  85.  
  86. ---- Printing commands ------------------------
  87. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  88.  PrintAll               ^pa           prints the entire file
  89.  PrintBlock             ^pb           prints the marked block
  90.  PrintEject             ^pe           sends a formfeed character to the printer
  91.  SetPrintLeftMargin     ^pm           sets the printer left margin
  92.  SetPrintPageSize       ^pp
  93.  
  94. ---- Scratch Buffer commands ------------------
  95. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  96.  AppendScrBuff          ^ba           adds the marked block to the named buffer
  97.  LoadScrBuff            ^bl           loads the named buffer after cursorline
  98.  StoreScrBuff           ^bs           stores the marked block to the named buffer
  99.  ToggleDefaultScratch   ^bt           toggles use of default scratch on/off
  100.  ZapScrBuff             ^kz           erases the named scratch buffer
  101.  
  102. ---- Windowing commands -----------------------
  103. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  104.  NextWindow             ^on           moves the cursor to the other window
  105.  OneWindow              ^o1           makes current window the only window
  106.  PrevWindow             ^op           moves the cursor to the other window
  107.  SeparatorLineDown      ^\            grows top window
  108.  SeparatorLineUp        ^U            grows bottom window
  109.  SplitScreen            ^os           switches to window mode
  110.  
  111. ---- Miscellaneous commands -------------------
  112. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  113.  Align                  alt-a         aligns the cursorline with prev line
  114.  BxToggle               shift-f1      toggles box mode
  115.  BxTypeToggle           shift-f2      toggles box characters
  116.  Escape                 esc key       aborts prompts
  117.  SetRMargin             ^or
  118.  SetTabWidth            ^kt
  119.  Shell                  f9            temporary exit to dos
  120.  TabsOut                ^qo           controls tabs in output files
  121.  ToggleAutoIndent       ^qi
  122.  ToggleINS              ins key
  123.  ToggleTabsExpand       ^qt
  124.  ToggleWordWrap         ^ow
  125.  Tur                    alt-t         issues GFile, invokes turbo pascal
  126.  UnDoCursorLine         ^ql           attempts to restore cursor line
  127.